projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17365af
)
(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 12:10:40 +0000
(12:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 12:10:40 +0000
(12:10 +0000)
src/bytecode.c
patch
|
blob
|
history
diff --git
a/src/bytecode.c
b/src/bytecode.c
index 918ebdd550b98611250e7bb539e9d38195c2174c..e5a3e7b2a7c6727519cb639b907f82c26f75e92c 100644
(file)
--- a/
src/bytecode.c
+++ b/
src/bytecode.c
@@
-389,7
+389,7
@@
unmark_byte_stack ()
Vquit_flag = Qnil; \
BEFORE_POTENTIAL_GC (); \
if (EQ (Vthrow_on_input, flag)) \
- Fthrow (Vthrow_on_input, Q
nil);
\
+ Fthrow (Vthrow_on_input, Q
t);
\
Fsignal (Qquit, Qnil); \
AFTER_POTENTIAL_GC (); \
} \